Dynamicweb 8 Documentation
GetGroups(IEnumerable<Int32>) Method

A list of group IDs.
Retrieves a list of definition group with the given IDs.
Syntax
'Declaration
 
Public Overloads Shared Function GetGroups( _ 
   ByVal ids As IEnumerable(Of Integer) _ 
) As IEnumerable(Of FilterDefinitionGroup)
public static IEnumerable<FilterDefinitionGroup> GetGroups( 
   IEnumerable<int> ids 
)

Parameters

ids
A list of group IDs.

Return Value

A list of definition groups or an empty list of no groups can be found.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterDefinitionGroup Class
FilterDefinitionGroup Members
Overload List

Send Feedback